JMTextToMacOSCStringHandle
Returns the text object as a null-terminated Mac OS C string in the current system text encoding.
Handle JMTextToMacOSCStringHandle(const JMTextRef textRef);
textRef
- The text object to convert.
- function result
- A handle to a Mac OS C string.
DISCUSSION
You must dispose of the handle (by calling the Mac OS Toolbox functionDisposeHandle
) after you are finished using it.SEE ALSO
TheJMTextToJavaString
function.